I'd like a graph to start at 0;0. If I have the following month- and sales data:
| months | sales |
|---|---|
| 0 | 0 |
| 2 | 1 |
| 3 | 3 |
| 4 | 5 |
| 6 | 9 |
| 9 | 15 |
| 12 | 26 |
the chart looks like this
Could I omitt the first row in the data table, the one wiith months and sales both having the value 0, and yet have the graph start at 0;0?
- Edited by rednef 1 hour 39 minutes ago


